#!/bin/bash
#	Include the basic environment
#
. alkenv.sh

CPS=:
#for i in /usr/local/lib/*.jar; do echo $i && newCP=$i$CPS$newCP ; done

#	Add Jonas client-access jars to the classpath in the following order:
#
newCP=$JARDIR:$JARDIR/rmiregistry.jar:$JARDIR/jndi.jar:$JARDIR/providerutil.jar:$JARDIR/JEREMIE_jonas.jar
#:$JARDIR/jpp.jar:$JARDIR/jta-spec1_0_1.jar
echo newCP: $CP
export CLASSPATH=$newCP:${CLASSPATH}

$TOMCAT_HOME/bin/startup.sh
